home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / ear / mui23dev.lha / MUI / Developer / Autodocs / MUI_Virtgroup.doc < prev    next >
Text File  |  1994-12-23  |  2KB  |  72 lines

  1. TABLE OF CONTENTS
  2.  
  3. Virtgroup.mui/Virtgroup.mui
  4. Virtgroup.mui/MUIA_Virtgroup_Height
  5. Virtgroup.mui/MUIA_Virtgroup_Left
  6. Virtgroup.mui/MUIA_Virtgroup_Top
  7. Virtgroup.mui/MUIA_Virtgroup_Width
  8. Virtgroup.mui/Virtgroup.mui
  9.  
  10.     Virtgroup class generates special kinds of group objects whose
  11.     children can be a lot larger than the actual group. The group
  12.     acts as a (small) window through which a rectangle area of its
  13.     contents is visible.
  14.  
  15.     Layout of a virtual groups children doesn't depend on the space
  16.     available for the virtual group object. The children will get
  17.     as much room as they want, usually their default size.
  18.  
  19.     Virtual groups themselves don't offer any scrollbars to allow
  20.     user interaction. These things are handled by scrollgroup class.
  21. Virtgroup.mui/MUIA_Virtgroup_Height
  22.  
  23.     NAME
  24.     MUIA_Virtgroup_Height -- (V6 ) [..G], LONG
  25.  
  26.     FUNCTION
  27.     Read the virtual height of a virtual group.
  28.  
  29.     Note: Currently you are unable to set the height,
  30.           this might change in future releases.
  31.  
  32.     SEE ALSO
  33.     MUIA_Virtgroup_Width, MUIA_Virtgroup_Left, MUIA_Virtgroup_Top
  34. Virtgroup.mui/MUIA_Virtgroup_Left
  35.  
  36.     NAME
  37.     MUIA_Virtgroup_Left -- (V6 ) [ISG], LONG
  38.  
  39.     FUNCTION
  40.     Get/set the virtual left edge of a virtual group.
  41.     The left edge will automatically be clipped to
  42.     be between 0 and (VirtualWidth-DisplayWidth).
  43.  
  44.     SEE ALSO
  45.     MUIA_Virtgroup_Width, MUIA_Virtgroup_Height, MUIA_Virtgroup_Top
  46. Virtgroup.mui/MUIA_Virtgroup_Top
  47.  
  48.     NAME
  49.     MUIA_Virtgroup_Top -- (V6 ) [ISG], LONG
  50.  
  51.     FUNCTION
  52.     Get/set the virtual top edge of a virtual group.
  53.     The top edge will automatically be clipped to
  54.     be between 0 and (VirtualTop-DisplayTop).
  55.  
  56.     SEE ALSO
  57.     MUIA_Virtgroup_Width, MUIA_Virtgroup_Height, MUIA_Virtgroup_Left
  58.  
  59. Virtgroup.mui/MUIA_Virtgroup_Width
  60.  
  61.     NAME
  62.     MUIA_Virtgroup_Width -- (V6 ) [..G], LONG
  63.  
  64.     FUNCTION
  65.     Read the virtual width of a virtual group. 
  66.  
  67.     Note: Currently you are unable to set the width,
  68.           this might change in future releases.
  69.  
  70.     SEE ALSO
  71.     MUIA_Virtgroup_Height, MUIA_Virtgroup_Left, MUIA_Virtgroup_Top
  72.